home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  1997-05-14  |  1KB  |  66 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 245
  3.   Top = 120
  4.   ActiveControl = Password
  5.   BorderStyle = bsDialog
  6.   Caption = 'Password Dialog'
  7.   ClientHeight = 93
  8.   ClientWidth = 237
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 9
  20.     Width = 122
  21.     Height = 13
  22.     Caption = 'Enter New Password:'
  23.   end
  24.   object Password: TEdit
  25.     Left = 8
  26.     Top = 27
  27.     Width = 220
  28.     Height = 20
  29.     MaxLength = 20
  30.     PasswordChar = '*'
  31.     TabOrder = 0
  32.   end
  33.   object OKBtn: TBitBtn
  34.     Left = 80
  35.     Top = 59
  36.     Width = 77
  37.     Height = 27
  38.     Caption = '&OK'
  39.     TabOrder = 1
  40.     Kind = bkOK
  41.     Margin = 2
  42.     Spacing = -1
  43.   end
  44.   object CancelBtn: TBitBtn
  45.     Left = 159
  46.     Top = 59
  47.     Width = 77
  48.     Height = 27
  49.     Caption = '&Cancel'
  50.     TabOrder = 2
  51.     Kind = bkCancel
  52.     Margin = 2
  53.     Spacing = -1
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 1
  57.     Top = 59
  58.     Width = 77
  59.     Height = 27
  60.     TabOrder = 3
  61.     Kind = bkHelp
  62.     Margin = 2
  63.     Spacing = -1
  64.   end
  65. end
  66.